File: n_crypterobject.sru
Size: 343
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension CrypterObject class
forward
global type n_crypterobject from pfc_n_crypterobject
end type
end forward

global type n_crypterobject from pfc_n_crypterobject
end type
global n_crypterobject n_crypterobject

on n_crypterobject.create
call super::create
end on

on n_crypterobject.destroy
call super::destroy
end on